gdk/gdkinternals.h #include <gio/gio.h> instead of individual files.
authorMichael Natterer <mitch@imendio.com>
Fri, 14 Dec 2007 11:20:10 +0000 (11:20 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 14 Dec 2007 11:20:10 +0000 (11:20 +0000)
2007-12-14  Michael Natterer  <mitch@imendio.com>

* gdk/gdkinternals.h
* gdk/gdkapplaunchcontext.h: #include <gio/gio.h> instead of
individual files.

* gdk/gdkapplaunchcontext.c
* gdk/x11/gdkapplaunchcontext-x11.c: remove all gio includes, the
header already includes everything now.

svn path=/trunk/; revision=19180

ChangeLog
gdk/gdkapplaunchcontext.c
gdk/gdkapplaunchcontext.h
gdk/gdkinternals.h
gdk/x11/gdkapplaunchcontext-x11.c

index da4111eb3190f827410345eda3d46510cc3c265c..dfca93aed235b4c287c1062cee689b10517902e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-12-14  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/gdkinternals.h
+       * gdk/gdkapplaunchcontext.h: #include <gio/gio.h> instead of
+       individual files.
+
+       * gdk/gdkapplaunchcontext.c
+       * gdk/x11/gdkapplaunchcontext-x11.c: remove all gio includes, the
+       header already includes everything now.
+
 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
 
        Correct "Since:" tags for GtkPageSetup and GtkPrintSettings as
index 06955ddb13cba48ef7de5502d10033e5c63fc842..006092f38b4a0174210a890459bba26463379111 100644 (file)
@@ -26,8 +26,6 @@
 #include <unistd.h>
 
 #include <glib.h>
-#include <gio/gfileicon.h>
-#include <gio/gthemedicon.h>
 
 #include "gdkapplaunchcontext.h"
 #include "gdkinternals.h"
index 70b814cfbf5c85e6043f6e40e33ff60dbfbb095b..806125b6309f34f733a6c05e22c4294214717cb6 100644 (file)
@@ -24,7 +24,7 @@
 #define __GDK_APP_LAUNCH_CONTEXT_H__
 
 #include <glib.h>
-#include <gio/gappinfo.h>
+#include <gio/gio.h>
 #include <gdk/gdkdisplay.h>
 
 G_BEGIN_DECLS
index 8c79cb1021afb1dbf2d1c8082c834242c3ec9d46..aa56b795a5afcca45ae7324406e5eed713fee737 100644 (file)
 
 /* Uninstalled header defining types and functions internal to GDK */
 
+#include <gio/gio.h>
 #include <gdk/gdktypes.h>
 #include <gdk/gdkwindow.h>
 #include <gdk/gdkprivate.h>
-#include <gio/gappinfo.h>
 
 #ifndef __GDK_INTERNALS_H__
 #define __GDK_INTERNALS_H__
index 17d3340de678a53e7beea1ce102351ea9d9d6251..6f810c9f92ddb2128c569bf5d8bfd607ed21d83f 100644 (file)
@@ -26,8 +26,6 @@
 #include <unistd.h>
 
 #include <glib.h>
-#include <gio/gfileicon.h>
-#include <gio/gthemedicon.h>
 
 #include "gdkx.h"
 #include "gdkapplaunchcontext.h"